home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / util4 / bytmrk20.lha / wordcat.h < prev   
Text File  |  1995-11-03  |  582b  |  57 lines

  1. /*
  2. ** Word catalog
  3. */
  4. #define WORDCATSIZE 50
  5.  
  6. char *wordcatarray[WORDCATSIZE] =
  7. {    "Hello",
  8.     "He",
  9.     "Him",
  10.     "the",
  11.     "this",
  12.     "that",
  13.     "though",
  14.     "rough",
  15.     "cough",
  16.     "obviously",
  17.     "But",
  18.     "but",
  19.     "bye",
  20.     "begin",
  21.     "beginning",
  22.     "beginnings",
  23.     "of",
  24.     "our",
  25.     "ourselves",
  26.     "yourselves",
  27.     "to",
  28.     "together",
  29.     "togetherness",
  30.     "from",
  31.     "either",
  32.     "I",
  33.     "A",
  34.     "return",
  35.     "However",
  36.     "that",
  37.     "example",
  38.     "yet",
  39.     "quickly",
  40.     "all",
  41.     "if",
  42.     "were",
  43.     "includes",
  44.     "always",
  45.     "never",
  46.     "not",
  47.     "small",
  48.     "returns",
  49.     "set",
  50.     "basic",
  51.     "Entered",
  52.     "with",
  53.     "used",
  54.     "shown",
  55.     "you",
  56.     "know" };
  57.